com.gs.api.led

LedApi

apis for Gs keyboard light and notify led


Detail

Method

method description
public static LedApi get(); The LedApi instance
public void openTopCustom(LedApi.Color color, LedApi.ShineType shineType); open custom top LED

Params:

color:
The color of the custom led which the app want to set.
shineType:
The shine type of the custom led which teh app want to set.

Supported Products:

All

public void closeTopCustom(); close custom top LED

Supported Products:

All

public void openSideCustom(LedApi.Color color, LedApi.ShineType shineType); open custom side LED

Params:

color:
The color of the custom led which the app want to set.
shineType:
The shine type of the custom led which teh app want to set.

Supported Products:

All

public void closeSideCustom(); close custom side LED

Supported Products:

All


Member & Constant

Member description